home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1999 July: Mac OS SDK
/
Dev.CD Jul 99 SDK1.toast
/
Development Kits
/
Mac OS
/
OpenGL 1.0 SDK
/
Source
/
Libraries
/
glut
/
glut_warp.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-05-18
|
428 b
|
22 lines
|
[
TEXT/CWIE
]
/* Copyright (c) Mark J. Kilgard, 1996. */
/* This program is freely distributable without licensing fees
and is provided without guarantee or warrantee expressed or
implied. This program is -not- in the public domain. */
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include <CursorDevices.h>
#include "glut.h"
#include "glutint.h"
void glutWarpPointer(int x, int y)
{
//CursorDeviceMoveTo(x, y);
}